home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: SubObjectCategory.h,v 1.3 1993/05/04 16:23:00 davis Exp $ */
-
- #define SUBTYPE_STRING 0
- #define SUBTYPE_DOUBLE 1
-
- @interface Cell(SubObject)
-
- - setSubObject:anObject;
- - subObject;
-
- @end
-